home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P116 < prev    next >
Text File  |  1994-02-13  |  2KB  |  53 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   116
  6.  
  7.      frontend event.  If you are running TriBBS as a door, simply let your
  8.      main board run the necessary events.
  9.  
  10.  
  11.      Error Correcting Connections
  12.      ----------------------------
  13.  
  14.      If your frontend is able to supply an error correcting message (i.e.
  15.      ARQ, etc.), it may be specified with a slightly modified version of
  16.      TriBBS's "/F" command line switch: "/F baud rate/error correcting
  17.      message".  Please note the slash between the "baud rate" and "error
  18.      correcting message" parameters.  This slash is essential for TriBBS to
  19.      be able to correctly parse the "/F" command line switch.
  20.  
  21.  
  22.      Limiting Time
  23.      -------------
  24.  
  25.      A user's log on time can be limited with TriBBS's "/T" command line
  26.      switch.  The format for this command line switch is "/Tminutes". 
  27.      Where "minutes" is the maximum number of minutes the caller should be
  28.      allowed for this call.
  29.  
  30.  
  31.      Forced Hang Up
  32.      --------------
  33.  
  34.      Normally, TriBBS does not hang up on the caller when he says goodbye. 
  35.      It leaves the task of hanging up to the frontend program or the main
  36.      board.  If your frontend doesn't hang up before recycling, you can use
  37.      TriBBS's "/H" command line switch to instruct it to hang up on the
  38.      caller before returning to the frontend.
  39.  
  40.      IMPORTANT: Whenever a caller is in a door, TriBBS creates a file
  41.      called DOORS.TMP in the node's NWORK directory.  TriBBS uses this file
  42.      to determine if a caller is returning from a door when BBS.EXE is
  43.      restarted.  Therefore, it is essential that your frontend's batch file
  44.      delete DOORS.TMP before running BOARD.BAT.  Otherwise, if carrier is
  45.      lost in a door, BBS.EXE will assume that a caller is returning from a
  46.      door when the frontend program calls it the next time.  Consequently,
  47.      the next caller will be logged on under the previous caller's account.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.